home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / UIFlow 1.0.1 / UIFlow Source / CFDFront / UIFlow.MAmake < prev    next >
Encoding:
Text File  |  1993-04-14  |  3.8 KB  |  103 lines  |  [TEXT/MPS ]

  1. # --------------------------------------------------------------------------------------------------
  2. #    Make file for CFDFront
  3. #        CFDFront is a MacApp application
  4. #        Additionally it requires DTM (developed at NCSA) & Sockets
  5. #        Created 4 / 10 / 91 by Kim Stephenson for NCSA at the University of Illinois
  6. # --------------------------------------------------------------------------------------------------
  7.  
  8. # --------------------------------------------------------------------------------------------------
  9. #    Application's Name
  10.  
  11. AppName = UIFlow
  12.  
  13. # --------------------------------------------------------------------------------------------------
  14. #    Additional CPlus Options
  15.  
  16. OtherCPlusOptions = ∂
  17.     -i ::HDF3.1r4:Src:
  18. #    -i ::HDF3.1r4:Src:,::Socket:hdr:,::DTM:
  19. # --------------------------------------------------------------------------------------------------
  20. #    MacApp building blocks used by CFDFront
  21. BuildingBlockIntf = ∂
  22.     "{MACIncludes}UMacApp.h" ∂
  23.     "{MACIncludes}UMacAppUtilities.h" ∂
  24.     "{MACIncludes}UDialog.h" ∂
  25.     "{MACIncludes}UGridView.h" ∂
  26.     "{MACIncludes}UTEView.h"
  27.     
  28. # --------------------------------------------------------------------------------------------------
  29. #    Additional interfaces that CFDFront depends upon
  30. OtherInterfaces = ∂
  31.     "{SrcApp}Globals.h" ∂
  32.     "{SrcApp}CFDFront.h" ∂
  33. #    "::DTM:dtm.h" ∂
  34.     "::HDF3.1r4:src:df.h" ∂
  35.     "::VSet2.0:src:vset-prototypes.h" 
  36.     
  37. # --------------------------------------------------------------------------------------------------
  38. #    Object files to link
  39. OtherLinkFiles =     "{ObjApp}MoreCFDFront.cp.o" ∂
  40. #                                    "{MPW}"Libraries:Libraries:SIOWNoMain.o ∂
  41.                                     "{FLibraries}OutpWStubs.o" ∂
  42.                                     "{FLibraries}FORTRANLib.o" ∂
  43.                                     "{FLibraries}IntrinsicLib.o" ∂
  44.                                     "{FLibraries}FSANELibFPU.o" ∂
  45.                                     "{FLibraries}FToolLib.o" ∂
  46.                                      "::HDF3.1r4:lib:df.a" ∂
  47.                                      "::HDF3.1r4:lib:df1.a" ∂
  48.                                      "::HDF3.1r4:lib:df2.a" ∂
  49.                                      "::HDF3.1r4:lib:df3.a" ∂
  50.                                      "::HDF3.1r4:lib:dff.a" ∂
  51.                                     "::VSet2.0:lib:libvg.a" ∂
  52. #                                    "::Socket:Socket.o" ∂
  53. #                                    "::DTM:DTMLib.o" ∂
  54.                                     "::Kevin:convert.c.o" ∂
  55.                                     "::Kevin:spvreader.c.o" ∂
  56.                                     "::Kevin:uiflowvs.f.o" 
  57.     
  58. # --------------------------------------------------------------------------------------------------
  59. #    Resource File
  60. # OtherRsrcFiles = ∂
  61. #    "CFDFront.rsrc"
  62.         
  63. # --------------------------------------------------------------------------------------------------
  64. #    Dependencies
  65. "{ObjApp}UIFlow.cp.o"         ƒ    "{SrcApp}Globals.h" ∂
  66.                                                         "{SrcApp}NewStuff.h" ∂
  67.                                                         "{SrcApp}CFDFront.h" ∂
  68.                                                         "{SrcApp}UIFlow.cp" ∂
  69.                                                         "{SrcApp}CFDFrontDocument.cp" ∂
  70.                                                         "{SrcApp}CFunctions.c" ∂
  71.                                                         "{SrcApp}TModelessDialog.cp" ∂
  72.                                                         "{SrcApp}TModalDialog.cp" ∂
  73.                                                         "{SrcApp}TDataView.cp" ∂
  74.                                                         "{SrcApp}TInformationView.cp" ∂
  75.                                                         "{SrcApp}TPctsView.cp"  ∂
  76.                                                         "{SrcApp}TOptFlow.cp" ∂
  77.                                                         "{SrcApp}TOptPrint.cp" ∂
  78.                                                         "{SrcApp}TOptSolution.cp"  ∂
  79.                                                         "{SrcApp}TOptRelax.cp"  ∂
  80.                                                         "{SrcApp}TTrash.cp" ∂
  81.                                                         "{SrcApp}TWarnDialog.cp" ∂
  82.                                                         "{SrcApp}TFortranView.cp" ∂
  83. #                                                         "{SrcApp}TFilterDialog.cp"
  84.                                                         
  85. "{ObjApp}MoreCFDFront.cp.o"         ƒ    "{SrcApp}Globals.h" ∂
  86.                                                         "{SrcApp}NewStuff.h" ∂
  87.                                                         "{SrcApp}CFDFront.h" ∂
  88.                                                         "{SrcApp}MoreCFDFront.cp"  ∂
  89.                                                         "{SrcApp}TOutput.cp" ∂
  90.                                                         "{SrcApp}TPoint.cp" ∂
  91.                                                         "{SrcApp}TPointMatrix.cp" ∂
  92.                                                         "{SrcApp}TRow.cp" ∂
  93.                                                         "{SrcApp}TObstacle.cp" ∂
  94.                                                         "{SrcApp}TBaffle.cp" ∂
  95.                                                         "{SrcApp}TNewSegment.cp" ∂
  96.                                                         "{SrcApp}TDragCommand.cp" ∂
  97.                                                         "{SrcApp}TObstacleCommand.cp" ∂
  98.                                                         "{SrcApp}TDeletePoint.cp" ∂
  99.                                                         "{SrcApp}TDeleteGridCommand.cp" ∂
  100.                                                         "{SrcApp}TBaffleCommand.cp" 
  101.  
  102. "::Kevin:uiflowvs.f.o"         ƒ    "::Kevin:uiflowvs.f" 
  103.